add secrets
parent
d75774105e
commit
caa8823f95
|
@ -33,7 +33,12 @@ spec:
|
|||
- name: simplysyncedllc-com-site
|
||||
image: gitea.simplysyncedllc.com/dex/ss_website:1.1.0
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
- name: http
|
||||
containerPort: 3000
|
||||
protocol: TCP
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: simplysyncedllc-com-secrets
|
||||
ingress:
|
||||
enabled: true
|
||||
className: nginx
|
||||
|
|
Loading…
Reference in New Issue