We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b8817c commit 6803e37Copy full SHA for 6803e37
terraform/apiserver/vm.tf
@@ -53,7 +53,8 @@ ExecStartPre=/bin/mkdir -p /opt/nais-device/bin/
53
ExecStartPre=/bin/mv gateway-agent /opt/nais-device/bin/
54
ExecStart=/opt/nais-device/bin/apiserver \
55
--db-connection-uri "${var.db_connection_uri}" \
56
- --slack-token "${var.slack_token}"
+ --slack-token "${var.slack_token}" \
57
+ --control-plane-endpoint "${google_compute_address.apiserver.address}:51820"
58
59
[Install]
60
WantedBy=multi-user.target
0 commit comments