feat: add namespace manifests and argocd app
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
apiVersion: v1
|
||||
items:
|
||||
- apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
name: vault-ingress
|
||||
namespace: vault
|
||||
spec:
|
||||
ingressClassName: nginx-private
|
||||
rules:
|
||||
- host: vault.uzbutterfly.com
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
service:
|
||||
name: vault-ui
|
||||
port:
|
||||
number: 8200
|
||||
path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- hosts:
|
||||
- vault.uzbutterfly.com
|
||||
secretName: vault-tls
|
||||
kind: List
|
||||
metadata: {}
|
||||
Reference in New Issue
Block a user