Maybe now?

This commit is contained in:
Micke Nordin 2023-03-28 18:20:26 +02:00
parent cef8a7ecc5
commit f6ce2a6877
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257
8 changed files with 1 additions and 7 deletions

View file

@ -5,3 +5,4 @@ resources:
- nextcloud-service.yml
- redis-deployment.yml
- redis-service.yml
- s3-service.yml

View file

@ -2,7 +2,6 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: nextcloud-configmap
namespace: customer
data:
config.php: |
<?php

View file

@ -3,7 +3,6 @@ kind: Deployment
apiVersion: apps/v1
metadata:
name: customer-node
namespace: customer
labels:
app: customer-node
spec:

View file

@ -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

View file

@ -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:

View file

@ -7,7 +7,6 @@ items:
labels:
app: customer-node
name: customer-node
namespace: customer
spec:
ports:
- port: 80

View file

@ -3,7 +3,6 @@ apiVersion: v1
kind: Service
metadata:
name: sto4
namespace: vr
spec:
type: ExternalName
externalName: s3.sto4.safedc.net

View file

@ -5,4 +5,3 @@ bases:
patchesStrategicMerge:
- nextcloud-deployment.yml
- nextcloud-ingress.yml
- s3-service.yml