d64404864b
This updates the Flux manifests to the latest versions, which includes a fix [0] to Helm chart rendering which was impacting the OSH charts. [0]: https://github.com/fluxcd/helm-controller/pull/172 This also adds Kptfiles to each of the functions to make it trivial to update them. Relates-To: #430 Change-Id: Ic12bc6a8460542fd943ed3539cf1be19b6525dbc
16 lines
252 B
YAML
16 lines
252 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: source-controller
|
|
labels:
|
|
control-plane: controller
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app: source-controller
|
|
ports:
|
|
- name: http
|
|
port: 80
|
|
protocol: TCP
|
|
targetPort: http
|