Maybe now?
This commit is contained in:
parent
cef8a7ecc5
commit
f6ce2a6877
|
@ -5,3 +5,4 @@ resources:
|
|||
- nextcloud-service.yml
|
||||
- redis-deployment.yml
|
||||
- redis-service.yml
|
||||
- s3-service.yml
|
||||
|
|
|
@ -2,7 +2,6 @@ apiVersion: v1
|
|||
kind: ConfigMap
|
||||
metadata:
|
||||
name: nextcloud-configmap
|
||||
namespace: customer
|
||||
data:
|
||||
config.php: |
|
||||
<?php
|
||||
|
|
|
@ -3,7 +3,6 @@ kind: Deployment
|
|||
apiVersion: apps/v1
|
||||
metadata:
|
||||
name: customer-node
|
||||
namespace: customer
|
||||
labels:
|
||||
app: customer-node
|
||||
spec:
|
||||
|
|
|
@ -3,7 +3,6 @@ apiVersion: networking.k8s.io/v1
|
|||
kind: Ingress
|
||||
metadata:
|
||||
name: customer-ingress
|
||||
namespace: customer
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: traefik
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||
|
|
|
@ -3,7 +3,6 @@ kind: PersistentVolumeClaim
|
|||
apiVersion: v1
|
||||
metadata:
|
||||
name: customer-shared-storage-claim
|
||||
namespace: customer
|
||||
annotations:
|
||||
volume.beta.kubernetes.io/storage-class: openebs-jiva-3repl
|
||||
spec:
|
||||
|
|
|
@ -7,7 +7,6 @@ items:
|
|||
labels:
|
||||
app: customer-node
|
||||
name: customer-node
|
||||
namespace: customer
|
||||
spec:
|
||||
ports:
|
||||
- port: 80
|
||||
|
|
|
@ -3,7 +3,6 @@ apiVersion: v1
|
|||
kind: Service
|
||||
metadata:
|
||||
name: sto4
|
||||
namespace: vr
|
||||
spec:
|
||||
type: ExternalName
|
||||
externalName: s3.sto4.safedc.net
|
|
@ -5,4 +5,3 @@ bases:
|
|||
patchesStrategicMerge:
|
||||
- nextcloud-deployment.yml
|
||||
- nextcloud-ingress.yml
|
||||
- s3-service.yml
|
||||
|
|
Loading…
Reference in a new issue