chore: update certs, remove test service
This commit is contained in:
parent
fa916f1772
commit
2b96782f8e
@ -8,9 +8,9 @@ spec:
|
|||||||
issuerRef:
|
issuerRef:
|
||||||
name: prod-letsencrypt
|
name: prod-letsencrypt
|
||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
commonName: k3s.netflux.io
|
commonName: netflux.io
|
||||||
dnsNames:
|
dnsNames:
|
||||||
- k3s.netflux.io
|
- netflux.io
|
||||||
- git.netflux.io
|
- git.netflux.io
|
||||||
- grafana.netflux.io
|
- grafana.netflux.io
|
||||||
- netflux.io
|
- netflux.io
|
||||||
|
@ -7,16 +7,9 @@ metadata:
|
|||||||
|
|
||||||
spec:
|
spec:
|
||||||
rules:
|
rules:
|
||||||
- host: k3s.netflux.io
|
- host: netflux.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /test
|
|
||||||
pathType: Prefix
|
|
||||||
backend:
|
|
||||||
service:
|
|
||||||
name: whoami
|
|
||||||
port:
|
|
||||||
number: 5678
|
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
backend:
|
backend:
|
||||||
@ -66,7 +59,7 @@ spec:
|
|||||||
name: http
|
name: http
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- k3s.netflux.io
|
- netflux.io
|
||||||
- grafana.netflux.io
|
- grafana.netflux.io
|
||||||
- git.netflux.io
|
- git.netflux.io
|
||||||
- caldav.netflux.io
|
- caldav.netflux.io
|
||||||
|
@ -1,20 +0,0 @@
|
|||||||
apiVersion: apps/v1
|
|
||||||
kind: Deployment
|
|
||||||
metadata:
|
|
||||||
name: whoami
|
|
||||||
spec:
|
|
||||||
selector:
|
|
||||||
matchLabels:
|
|
||||||
app: whoami
|
|
||||||
replicas: 1
|
|
||||||
template:
|
|
||||||
metadata:
|
|
||||||
labels:
|
|
||||||
app: whoami
|
|
||||||
spec:
|
|
||||||
containers:
|
|
||||||
- name: whoami
|
|
||||||
image: traefik/whoami:v1.9.0
|
|
||||||
ports:
|
|
||||||
- containerPort: 80
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: Service
|
|
||||||
metadata:
|
|
||||||
name: whoami
|
|
||||||
spec:
|
|
||||||
type: ClusterIP
|
|
||||||
ports:
|
|
||||||
- port: 5678
|
|
||||||
targetPort: 80
|
|
||||||
selector:
|
|
||||||
app: whoami
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user