Compare commits

..

5 commits

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: