mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-18 02:22:56 +02:00
Edit outrun game 3
This commit is contained in:
@@ -55,7 +55,7 @@ spec:
|
|||||||
volumes:
|
volumes:
|
||||||
- name: highscores-storage
|
- name: highscores-storage
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: outrun-game-pvc
|
claimName: outrun-game-pvc2
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
@@ -77,7 +77,7 @@ spec:
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
metadata:
|
metadata:
|
||||||
name: outrun-game-pvc
|
name: outrun-game-pvc2
|
||||||
namespace: outrun-game
|
namespace: outrun-game
|
||||||
spec:
|
spec:
|
||||||
accessModes:
|
accessModes:
|
||||||
@@ -115,5 +115,5 @@ spec:
|
|||||||
# TLS secretName used on ClusterIssuer
|
# TLS secretName used on ClusterIssuer
|
||||||
- secretName: letsencrypt-prod
|
- secretName: letsencrypt-prod
|
||||||
hosts:
|
hosts:
|
||||||
- nas.hensen.io
|
- wissel.hensen.io
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user