mirror of
https://github.com/autistic-symposium/backend-and-orchestration-toolkit.git
synced 2025-06-07 22:42:59 -04:00
merge files from the blockchain infra repo (#59)
This commit is contained in:
parent
23f56ef195
commit
2a6449bb85
346 changed files with 29097 additions and 132 deletions
1
code/kubernetes/kustomize/overlays/.gitkeep
Normal file
1
code/kubernetes/kustomize/overlays/.gitkeep
Normal file
|
@ -0,0 +1 @@
|
|||
|
|
@ -0,0 +1,4 @@
|
|||
bases:
|
||||
- ../../base
|
||||
patchesStrategicMerge:
|
||||
- localserv.yaml
|
13
code/kubernetes/kustomize/overlays/dev/localserv.yaml
Normal file
13
code/kubernetes/kustomize/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