From d8a0b223dfbe86e88866174082028701b23ab2d4 Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Sat, 17 Sep 2022 08:02:23 -0700 Subject: updated manifests so they actually work --- grumpy/static-files/base/static-files-deploy.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'grumpy/static-files/base/static-files-deploy.yaml') diff --git a/grumpy/static-files/base/static-files-deploy.yaml b/grumpy/static-files/base/static-files-deploy.yaml index f89e7d7..993c6e4 100644 --- a/grumpy/static-files/base/static-files-deploy.yaml +++ b/grumpy/static-files/base/static-files-deploy.yaml @@ -2,25 +2,27 @@ apiVersion: apps/v1 kind: Deployment metadata: name: static-files + labels: + app.kubernetes.io/part-of: static-files + app.kubernetes.io/version: "1.0" spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/instance: static-files - app.kubernetes.io/name: static-files + app.kubernetes.io/part-of: static-files template: metadata: labels: - app.kubernetes.io/instance: static-files - app.kubernetes.io/name: static-files + app.kubernetes.io/part-of: static-files + app.kubernetes.io/version: "1.0" spec: containers: - - image: static-files + - image: web livenessProbe: httpGet: path: / port: http - name: static-files + name: web ports: - containerPort: 8080 name: http -- cgit v1.2.3