mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
Merge pull request #6383 from krousey/phabricator_example_json
Fixing a couple of JSON files
This commit is contained in:
commit
66c6c48d68
@ -18,7 +18,7 @@
|
||||
{"name": "CLOUDSQL_DB", "value": "phabricator-db"}
|
||||
],
|
||||
"imagePullPolicy": "Always"
|
||||
}],
|
||||
}]
|
||||
}
|
||||
},
|
||||
"labels": { "name": "authenticator" }
|
||||
|
@ -16,7 +16,7 @@
|
||||
"env": [
|
||||
{"name": "MYSQL_SERVICE_IP", "value": "173.194.242.66"},
|
||||
{"name": "MYSQL_SERVICE_PORT", "value": "3306"},
|
||||
{"name": "MYSQL_PASSWORD", "value": "1234"},
|
||||
{"name": "MYSQL_PASSWORD", "value": "1234"}
|
||||
],
|
||||
"ports": [{"name": "http-server", "containerPort": 80}],
|
||||
"imagePullPolicy": "Always"
|
||||
|
Loading…
Reference in New Issue
Block a user