From b595b318bfd2fcc0f1a34354f337d6185add10fe Mon Sep 17 00:00:00 2001 From: "Gunjan \"Grass-fed Rabbit\" Patel" Date: Tue, 18 Jun 2019 15:24:37 -0700 Subject: [PATCH] Update app.yaml --- examples/app.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/examples/app.yaml b/examples/app.yaml index 809a97e..5216cc8 100644 --- a/examples/app.yaml +++ b/examples/app.yaml @@ -14,21 +14,21 @@ spec: labels: app: goodmorning spec: - hostNetwork: true - hostPID: true + # hostNetwork: true + # hostPID: true securityContext: - runAsUser: 0 + # runAsUser: 0 fsGroup: 2000 containers: - name: goodmorning image: gunjan5/goodmorning:v1.0 securityContext: - privileged: true - capabilities: - drop: - - all - add: - - NET_BIND_SERVICE - - CAP_SYS_ADMIN + # privileged: true + # capabilities: + # drop: + # - all + # add: + # - NET_BIND_SERVICE + # - CAP_SYS_ADMIN ports: - - containerPort: 8080 \ No newline at end of file + - containerPort: 8080