Skip to content

Commit b559021

Browse files
committed
- move config out of def
1 parent 3f88f75 commit b559021

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

microservice.json

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,6 @@
1010
"servicePortType": "NodePort",
1111
"deployment": {
1212
"env": [
13-
{
14-
"isSecretKeyRef": true,
15-
"name": "K8S_API_TOKEN",
16-
"secretKeyRefName": "default-token-2tlsc",
17-
"secretKeyRefKey": "token"
18-
},
19-
{
20-
"name": "K8S_API_HOST",
21-
"value": "kubernetes.default.svc.cluster.local"
22-
},
23-
{
24-
"name": "K8S_API_PORT",
25-
"value": "443"
26-
},
27-
{
28-
"name": "AUTH_HOST",
29-
"value": "auth-service-service"
30-
},
31-
{
32-
"name": "AUTH_PORT",
33-
"value": "80"
34-
}
3513
],
3614
"readinessProbe": {
3715
"path": "/health",

0 commit comments

Comments
 (0)