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: minio-ingress
|
||||
namespace: minio
|
||||
spec:
|
||||
ingressClassName: nginx-private
|
||||
rules:
|
||||
- host: minio.uzbutterfly.com
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
service:
|
||||
name: minio-console
|
||||
port:
|
||||
number: 9001
|
||||
path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- hosts:
|
||||
- minio.uzbutterfly.com
|
||||
secretName: minio-tls
|
||||
kind: List
|
||||
metadata: {}
|
||||
Reference in New Issue
Block a user