diff --git a/apps/templates/k8s-deployment.yaml b/apps/templates/k8s-deployment.yaml index f647ac0..2f38193 100644 --- a/apps/templates/k8s-deployment.yaml +++ b/apps/templates/k8s-deployment.yaml @@ -22,7 +22,7 @@ spec: spec: containers: - name: outrun-game - image: hebury/outrun-game:v1.3.2 + image: hebury/outrun-game:v1.3.3 ports: - containerPort: 3001 env: @@ -55,7 +55,7 @@ spec: volumes: - name: highscores-storage persistentVolumeClaim: - claimName: outrun-game-pvc7 + claimName: outrun-game-pvc8 --- apiVersion: v1 kind: Service @@ -77,7 +77,7 @@ spec: apiVersion: v1 kind: PersistentVolumeClaim metadata: - name: outrun-game-pvc7 + name: outrun-game-pvc8 namespace: outrun-game spec: accessModes: