Migrate srx-admin HelmRelease from django namespace to control-interface and update related configurations.
This commit is contained in:
parent
8a350b4391
commit
512ef2ec8e
@ -2,7 +2,7 @@ apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: srx-admin
|
||||
namespace: django
|
||||
namespace: control-interface
|
||||
|
||||
spec:
|
||||
interval: 10m
|
||||
@ -43,13 +43,11 @@ spec:
|
||||
enabled: true
|
||||
|
||||
name:
|
||||
_default: srx-admin
|
||||
_default: frontend
|
||||
|
||||
replicaCount:
|
||||
_default: 1
|
||||
stage: 1
|
||||
preprod: 3
|
||||
production: 3
|
||||
|
||||
|
||||
port:
|
||||
_default: 80
|
||||
@ -64,7 +62,7 @@ spec:
|
||||
enabled: true
|
||||
|
||||
name:
|
||||
_default: srx-admin-svc
|
||||
_default: frontend-svc
|
||||
|
||||
|
||||
type:
|
||||
|
||||
@ -4,3 +4,4 @@ kind: Kustomization
|
||||
namespace: django
|
||||
resources:
|
||||
- helmrelease.yaml
|
||||
- namespace.yaml
|
||||
|
||||
7
apps/control-interface/d8-ugmk-prod/namespace.yaml
Normal file
7
apps/control-interface/d8-ugmk-prod/namespace.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: control-interface
|
||||
labels:
|
||||
istio-injection: disabled
|
||||
security.deckhouse.io/pod-policy: privileged
|
||||
Loading…
Reference in New Issue
Block a user