Update 2 files
- /internalproxy/templates/argocd.yaml - /internalproxy/templates/duplicati-ingress.yaml
This commit is contained in:
@@ -1,29 +1,3 @@
|
||||
#apiVersion: networking.k8s.io/v1
|
||||
#kind: Ingress
|
||||
#metadata:
|
||||
# name: argocd-ingress
|
||||
# annotations:
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# cert-manager.io/cluster-issuer: letsencrypt-production
|
||||
# nginx.ingress.kubernetes.io/whitelist-source-range: "192.168.0.0/16"
|
||||
# nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
|
||||
#spec:
|
||||
# rules:
|
||||
# - host: argocd.internal.durp.info
|
||||
# http:
|
||||
# paths:
|
||||
# - path: /
|
||||
# pathType: Prefix
|
||||
# backend:
|
||||
# service:
|
||||
# name: argocd
|
||||
# port:
|
||||
# number: 443
|
||||
# tls:
|
||||
# - hosts:
|
||||
# - argocd.internal.durp.info
|
||||
# secretName: argocd-tls
|
||||
---
|
||||
apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user