split files

This commit is contained in:
Tobias Brunner 2020-02-20 21:50:04 +01:00
parent 1053180846
commit 6b09b444a4
2 changed files with 17 additions and 17 deletions

View File

@ -65,20 +65,3 @@ spec:
- name: data
persistentVolumeClaim:
claimName: data
---
apiVersion: v1
kind: Service
metadata:
labels:
app: tobru-ch
name: ghost
namespace: tobru-ch
spec:
ports:
- port: 2368
protocol: TCP
targetPort: 2368
selector:
component: ghost
sessionAffinity: None
type: ClusterIP

View File

@ -0,0 +1,17 @@
---
apiVersion: v1
kind: Service
metadata:
labels:
app: tobru-ch
name: ghost
namespace: tobru-ch
spec:
ports:
- port: 2368
protocol: TCP
targetPort: 2368
selector:
component: ghost
sessionAffinity: None
type: ClusterIP