feat: rename kustomizations/ to values/
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
- op: remove
|
||||
path: /spec/template/spec/containers/0/livenessProbe
|
||||
- op: remove
|
||||
path: /spec/template/spec/containers/0/readinessProbe
|
||||
@@ -0,0 +1,11 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
# patches:
|
||||
# - target:
|
||||
# version: v1
|
||||
# group: apps
|
||||
# kind: Deployment
|
||||
# name: osm-tile-server
|
||||
# path: deployment_patch.yaml
|
||||
resources:
|
||||
- _manifest.yaml
|
||||
@@ -0,0 +1 @@
|
||||
oceanbox/osm-tile-server
|
||||
@@ -0,0 +1,5 @@
|
||||
namePrefix: prod-
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
resources:
|
||||
- ../base
|
||||
@@ -0,0 +1,5 @@
|
||||
namePrefix: staging-
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
resources:
|
||||
- ../base
|
||||
@@ -0,0 +1,16 @@
|
||||
fullnameOverride: osm-tile-server
|
||||
|
||||
ingress:
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-staging
|
||||
nginx.ingress.kubernetes.io/proxy-buffer-size: 128k
|
||||
atlantis.oceanbox.io/expose: internal
|
||||
hosts:
|
||||
- host: osm.srv.oceanbox.io
|
||||
paths:
|
||||
- path: /
|
||||
pathType: ImplementationSpecific
|
||||
tls:
|
||||
- hosts:
|
||||
- osm.srv.oceanbox.io
|
||||
secretName: prod-osm-tile-server-tls
|
||||
@@ -0,0 +1,19 @@
|
||||
fullnameOverride: osm-tile-server
|
||||
|
||||
image:
|
||||
tag: 3923449d-debug
|
||||
|
||||
ingress:
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-staging
|
||||
nginx.ingress.kubernetes.io/proxy-buffer-size: 128k
|
||||
atlantis.oceanbox.io/expose: internal
|
||||
hosts:
|
||||
- host: osm.beta.oceanbox.io
|
||||
paths:
|
||||
- path: /
|
||||
pathType: ImplementationSpecific
|
||||
tls:
|
||||
- hosts:
|
||||
- osm.beta.oceanbox.io
|
||||
secretName: staging-osm-tile-server-tls
|
||||
Reference in New Issue
Block a user