REFACTOR(umami): change namespace of umami
This commit is contained in:
@@ -24,7 +24,7 @@ spec:
|
||||
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: analytics
|
||||
namespace: umami
|
||||
|
||||
ignoreDifferences:
|
||||
# Ignore app-secret data changes in umami-app-secret
|
||||
|
||||
@@ -2,7 +2,7 @@ apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: umami-ingress
|
||||
namespace: analytics
|
||||
namespace: umami
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/rewrite-target: /
|
||||
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: analytics
|
||||
name: umami
|
||||
labels:
|
||||
goldilocks.fairwinds.com/enabled: "true"
|
||||
|
||||
Reference in New Issue
Block a user