yamllint modules
This commit is contained in:
@@ -10,6 +10,8 @@ ignore: |
|
||||
fast/stages/0-org-setup/assets/workflow-*.yaml
|
||||
cloud-config.yaml
|
||||
*-cloud-config.yaml
|
||||
modules/cloud-config-container/__need_fixing/onprem/static-vpn-gw-cloud-init.yaml
|
||||
modules/net-lb-int/recipe-ilb-next-hop/assets/gw.yaml
|
||||
|
||||
extends: default
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
node:
|
||||
# The id must be in the following format: projects/<project number>/networks/<network name>/nodes/<node id>
|
||||
id: "projects/CONFIG_PROJECT_NUMBER/networks/VPC_NETWORK_NAME/nodes/ENVOY_NODE_ID"
|
||||
cluster: cluster # unused
|
||||
cluster: cluster # unused
|
||||
locality:
|
||||
zone: "ENVOY_ZONE"
|
||||
metadata:
|
||||
@@ -80,7 +80,7 @@ admin:
|
||||
access_log_path: /dev/stdout
|
||||
address:
|
||||
socket_address:
|
||||
address: 127.0.0.1 # Admin page is only accessible locally.
|
||||
address: 127.0.0.1 # Admin page is only accessible locally.
|
||||
port_value: 15000
|
||||
|
||||
tracing:
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
container:
|
||||
- roles/compute.networkUser
|
||||
- roles/container.hostServiceAgentUser
|
||||
- roles/compute.securityAdmin # to manage firewall rules
|
||||
- roles/compute.securityAdmin # to manage firewall rules
|
||||
cloudservices:
|
||||
- roles/compute.networkUser
|
||||
|
||||
|
||||
Reference in New Issue
Block a user