subo icon indicating copy to clipboard operation
subo copied to clipboard

Improve subo-generated SCN manifest

Open flaki opened this issue 3 years ago • 0 comments

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

flaki avatar Jul 20 '22 21:07 flaki