Revert changes

This commit is contained in:
Victor Timofei 2021-12-30 19:10:54 +02:00
parent 901b39f2fd
commit e0668ff1ee
Signed by: vtimofei
GPG Key ID: B790DCEBE281403A
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ metadata:
namespace: argocd namespace: argocd
spec: spec:
dnsNames: dnsNames:
- 2048.k8s-argocd.tk - k8s-argocd.tk
secretName: argocd-app-tls secretName: argocd-app-tls
issuerRef: issuerRef:
name: letsencrypt-cluster-issuer name: letsencrypt-cluster-issuer

View File

@ -9,10 +9,10 @@ metadata:
nginx.ingress.kubernetes.io/rewrite-target: / nginx.ingress.kubernetes.io/rewrite-target: /
spec: spec:
rules: rules:
- host: 2048.k8s-argocd.tk - host: k8s-argocd.tk
http: http:
paths: paths:
- path: / - path: /2048-game/
pathType: Prefix pathType: Prefix
backend: backend:
service: service:
@ -21,6 +21,6 @@ spec:
number: 8000 number: 8000
tls: tls:
- hosts: - hosts:
- 2048.k8s-argocd.tk - k8s-argocd.tk
secretName: argocd-app-tls secretName: argocd-app-tls