Compare commits

...

5 commits

2 changed files with 10 additions and 7 deletions

View file

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

View file

@ -9,7 +9,7 @@ spec:
chart: chart:
spec: spec:
chart: nginx chart: nginx
version: 19.1.1 version: 21.0.4
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: bitnami name: bitnami