Skip to content
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions helmfile-deploy/post-orch/environments/profile-vpro.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,14 @@ web-ui-admin:
enabled: false
metadata-broker:
enabled: false

ingress-haproxy:
enabled: false
haproxy-ingress-pxe-boots:
enabled: false
certificate-file-server:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are planning to use this certificate-file-server to host the script to install the edge node as well.

enabled: false
secret-wait-tls-boots:
enabled: false
# ═══════════════════════════════════════════════════════════════════════════════
# Releases to ENABLE (disabled in defaults, needed for vPro)
# ═══════════════════════════════════════════════════════════════════════════════
Expand Down Expand Up @@ -77,7 +84,7 @@ infra-onboarding:
enMetricsEnabled: "false"
enTokenClients: "node-agent,platform-manageability-agent"
tinkerbell:
enabled: true
enabled: false
pxe-server:
enabled: false
infra-config:
Expand All @@ -87,7 +94,7 @@ infra-onboarding:
service:
enableIO: false
dkam:
enabled: true
enabled: false

# ═══════════════════════════════════════════════════════════════════════════════
# infra-external overrides (AMT components for vPro)
Expand Down
Loading