Loading src/tests/tools/firewall_agent/DeploymentSet.yaml +12 −0 Original line number Diff line number Diff line Loading @@ -40,3 +40,15 @@ spec: ports: - containerPort: 8888 # container listens on 8888 on the host now hostPort: 8888 # optional, but makes it explicit readinessProbe: httpGet: path: /restconf/data port: 8888 initialDelaySeconds: 5 timeoutSeconds: 1 livenessProbe: httpGet: path: /restconf/data port: 8888 initialDelaySeconds: 5 timeoutSeconds: 1 Loading
src/tests/tools/firewall_agent/DeploymentSet.yaml +12 −0 Original line number Diff line number Diff line Loading @@ -40,3 +40,15 @@ spec: ports: - containerPort: 8888 # container listens on 8888 on the host now hostPort: 8888 # optional, but makes it explicit readinessProbe: httpGet: path: /restconf/data port: 8888 initialDelaySeconds: 5 timeoutSeconds: 1 livenessProbe: httpGet: path: /restconf/data port: 8888 initialDelaySeconds: 5 timeoutSeconds: 1