mirror of
https://github.com/autistic-symposium/backend-and-orchestration-toolkit.git
synced 2025-07-24 23:35:41 -04:00
add some examples
This commit is contained in:
parent
2a076a7d9a
commit
ae742e3ee9
21 changed files with 336 additions and 374 deletions
4
kustomize-example/overlays/dev/kustomization.yaml
Normal file
4
kustomize-example/overlays/dev/kustomization.yaml
Normal file
|
@ -0,0 +1,4 @@
|
|||
bases:
|
||||
- ../../base
|
||||
patchesStrategicMerge:
|
||||
- localserv.yaml
|
13
kustomize-example/overlays/dev/localserv.yaml
Normal file
13
kustomize-example/overlays/dev/localserv.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: wordpress
|
||||
spec:
|
||||
type: NodePort
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: mysql
|
||||
spec:
|
||||
type: NodePort
|
Loading…
Add table
Add a link
Reference in a new issue