initial scaffold
This commit is contained in:
7
overlays/stg/configmap.yaml
Normal file
7
overlays/stg/configmap.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: overpass-config
|
||||
data:
|
||||
# only monaco
|
||||
OVERPASS_PLANET_URL: "https://planet.openstreetmap.org/TODO"
|
15
overlays/stg/kustomization.yaml
Normal file
15
overlays/stg/kustomization.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- ../../base
|
||||
|
||||
namespace: overpass-stg
|
||||
|
||||
metadata:
|
||||
labels:
|
||||
env: stg
|
||||
|
||||
patches:
|
||||
- path: configmap.yaml
|
||||
- path: pvc.yaml
|
9
overlays/stg/pvc.yaml
Normal file
9
overlays/stg/pvc.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: overpass-data
|
||||
spec:
|
||||
storageClassName: "nfs-client"
|
||||
# resources:
|
||||
# requests:
|
||||
# storage: 10Gi
|
Reference in New Issue
Block a user