poprawka mani kubernetes
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Jakub K 2023-11-21 21:56:48 +01:00
parent aa13593235
commit 536fdc63d2

View File

@ -34,6 +34,17 @@ spec:
image: registry.izaac.pl:5000/izaac-frontend:latest
ports:
- containerPort: 80
volumeMounts:
- name: config-volume
mountPath: /etc/nginx/conf.d
readOnly: true
volumes:
- name: config-volume
configMap:
name: nginx-config
items:
- key: default.conf
path: default.conf
---
apiVersion: v1
kind: Service