mirror of
https://github.com/ION606/learn.git
synced 2026-05-14 21:06:56 +00:00
7 lines
157 B
YAML
7 lines
157 B
YAML
# https://kubernetes.io/docs/concepts/configuration/configmap/
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: mongo-config
|
|
data:
|
|
mongo-url: mongo-service |