Compare commits

..

1 commit

Author SHA1 Message Date
56ea18d13e feat(docker-image)!: Update nginx Docker tag to v21 2025-07-08 15:16:35 +00:00

View file

@ -39,16 +39,15 @@ spec:
rng: {} rng: {}
networkInterfaceMultiqueue: true networkInterfaceMultiqueue: true
interfaces: interfaces:
- name: internal - name: public
masquerade: {} masquerade: {}
ports: ports:
- port: 500 - port: 500
- port: 4500 - port: 4500
#- name: external - name: internal
# masquerade: {} masquerade: {}
# ports: ports:
# - port: 500 - port: 443
# - port: 4500
disks: disks:
- disk: - disk:
bus: sata bus: sata
@ -61,9 +60,7 @@ spec:
memory: 4Gi memory: 4Gi
cpu: 2 cpu: 2
networks: networks:
#- name: external - name: default
# pod: {}
- name: internal
pod: {} pod: {}
terminationGracePeriodSeconds: 180 terminationGracePeriodSeconds: 180
volumes: volumes: