fix: simplify archmeister
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
path: /spec/template/metadata/annotations
|
||||
value:
|
||||
dapr.io/enabled: "true"
|
||||
dapr.io/app-id: "prod-archmeister"
|
||||
dapr.io/app-id: "archmeister"
|
||||
dapr.io/app-port: "8000"
|
||||
dapr.io/config: "tracing"
|
||||
- op: add
|
||||
@@ -48,4 +48,4 @@
|
||||
path: /spec/template/spec/containers/0/envFrom/-
|
||||
value:
|
||||
secretRef:
|
||||
name: archmeister-env
|
||||
name: prod-archmeister-env
|
||||
|
||||
@@ -1,18 +1,14 @@
|
||||
namePrefix: prod-
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
secretGenerator:
|
||||
- files:
|
||||
- name: archmeister-appsettings
|
||||
files:
|
||||
- appsettings.json
|
||||
name: archmeister-appsettings
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../base
|
||||
patches:
|
||||
- path: deployment_patch.yaml
|
||||
target:
|
||||
version: v1
|
||||
group: apps
|
||||
kind: Deployment
|
||||
name: archmeister
|
||||
version: v1
|
||||
resources:
|
||||
- ../base
|
||||
|
||||
Reference in New Issue
Block a user