add backup jobs

This commit is contained in:
2022-04-19 16:45:39 +10:00
parent 0f974a0976
commit 965a3c340a
3 changed files with 0 additions and 26 deletions
-26
View File
@@ -1,26 +0,0 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: argocd-server-ingress
annotations:
kubernetes.io/ingress.class: "nginx"
kubernetes.io/tls-acme: "true"
cert-manager.io/cluster-issuer: "letsencrypt-prod"
nginx.ingress.kubernetes.io/auth-url: "https://id.junv.me/oauth2/auth"
nginx.ingress.kubernetes.io/auth-signin: "https://id.junv.me/oauth2/start?rd=https%3A%2F%2F$host$request_uri"
spec:
tls:
- hosts:
- argo.junv.me
secretName: argocd-server-tls
rules:
- host: argo.junv.me
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: argocd-server
port:
number: 80