diff --git a/k8s/base/randomquotes-deployment.yaml b/k8s/base/randomquotes-deployment.yaml index af094ba..1920cb9 100644 --- a/k8s/base/randomquotes-deployment.yaml +++ b/k8s/base/randomquotes-deployment.yaml @@ -15,16 +15,9 @@ spec: containers: - name: randomquotes-web image: bobjwalker99/randomquotes-k8s:0.1.60 - resources: - requests: - memory: "64Mi" - cpu: "50m" - limits: - memory: "128Mi" - cpu: "150m" imagePullPolicy: "Always" ports: - - containerPort: 5000 + - containerPort: 8080 name: http-port env: - name: RANDOM_SECRET_PHRASE