mirror of
https://github.com/autistic-symposium/backend-and-orchestration-toolkit.git
synced 2025-06-09 23:42:44 -04:00
13 lines
No EOL
159 B
YAML
13 lines
No EOL
159 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: wordpress
|
|
spec:
|
|
type: NodePort
|
|
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: mysql
|
|
spec:
|
|
type: NodePort |