add vault secrets and fix still poiting to election
Some checks failed
Build and Push Container Image / build-and-push (push) Failing after 3m14s
Some checks failed
Build and Push Container Image / build-and-push (push) Failing after 3m14s
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: election # Must match the name in base/
|
||||
name: taskarr # Must match the name in base/
|
||||
spec:
|
||||
replicas: 2 # Scale up for production
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- name: election # This name must match base EXACTLY
|
||||
- name: main # This name must match base EXACTLY
|
||||
ports: # Adding this back into the patch solves the diff
|
||||
- containerPort: 3000
|
||||
name: election
|
||||
name: taskarr
|
||||
# Production-specific resource limits
|
||||
resources:
|
||||
limits:
|
||||
|
||||
@@ -10,15 +10,15 @@ patches:
|
||||
- path: deployment.yaml
|
||||
target:
|
||||
kind: Deployment
|
||||
name: election
|
||||
name: taskarr
|
||||
|
||||
# 4. Change the namespace for this overlay
|
||||
namespace: vhsmp
|
||||
namespace: taskarr
|
||||
|
||||
images:
|
||||
- name: election
|
||||
newName: reg.milasholsting.dk/vhsmp/election
|
||||
newTag: sha-6017ea9
|
||||
- name: election-migration
|
||||
newName: reg.milasholsting.dk/vhsmp/election-migrator
|
||||
newTag: sha-6017ea9
|
||||
- name: main
|
||||
newName: reg.milasholsting.dk/taskarr/taskarr
|
||||
newTag: latest
|
||||
- name: migrator
|
||||
newName: reg.milasholsting.dk/taskarr/migrator
|
||||
newTag: latest
|
||||
|
||||
Reference in New Issue
Block a user