mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 19:33:10 +00:00
9 lines
177 B
YAML
9 lines
177 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: haproxy-ingress-configmap
|
|
data:
|
|
dynamic-scaling: "true"
|
|
ssl-redirect: "false"
|
|
app-root: "/"
|
|
stats-auth: pokeapi:pokeapi
|