diff --git a/deployment.yaml b/deployment.yaml index 47c52e4..1336090 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -13,7 +13,7 @@ spec: app: grocy spec: containers: - - name: grocy-frontend + - name: frontend image: grocy/frontend:v4.2.0 resources: limits: @@ -23,7 +23,7 @@ spec: - name: http-frontend containerPort: 8080 protocol: TCP - - name: grocy-backend + - name: backend image: grocy/backend:v4.2.0 env: - name: GROCY_MODE