initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: nuvalidator
|
||||
namespace: default
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
- host: validator.his.de
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
service:
|
||||
name: nuvalidator
|
||||
port:
|
||||
number: 8888
|
||||
path: /
|
||||
pathType: Prefix
|
||||
@@ -0,0 +1,18 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: nuvalidator
|
||||
namespace: default
|
||||
labels:
|
||||
app.kubernetes.io/instance: nuvalidator
|
||||
app.kubernetes.io/name: nuvalidator
|
||||
spec:
|
||||
containers:
|
||||
- name: vnu
|
||||
image: ghcr.io/validator/validator:latest
|
||||
- name: w3c
|
||||
image: ghcr.io/netresearch/validator-w3c
|
||||
ports:
|
||||
- name: web
|
||||
containerPort: 80
|
||||
protocol: TCP
|
||||
Reference in New Issue
Block a user