mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 18:22:54 +02:00
Bump outrun version v1.3.3
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user