subo
subo copied to clipboard
Improve subo-generated SCN manifest
As mentioned in suborbital/docs#154 we should consider updating the subo-generated templates adding the non-autocert option for the builder. We should consider which usecase to make default, but can also inline the commented-out other configuration in the manifest for ease of switching.
Relevant snippets of the current scc-controlplane-deployment.yaml template:
ports:
- containerPort: 8080
- containerPort: 8443
env:
- name: SCC_DOMAIN
value: "{{ .BuilderDomain }}"
- name: SCC_TLS_PORT
value: "8443"
- protocol: TCP
name: challenge
port: 80
targetPort: 8080
- protocol: TCP
name: https
port: 443
targetPort: 8443