good morning!!!!

Skip to content
Snippets Groups Projects
Commit 76b06c87 authored by Christian Munsayac's avatar Christian Munsayac
Browse files

Updated helm templates

parent f0dc79ce
Branches
No related tags found
No related merge requests found
Pipeline #21979 passed
{{- $fullName := include "4byte.fullname" . -}}
{{- $svcPort := .Values.ports.4byte -}}
{{- $svcPort := "3333" -}}
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
......
{{$component:= "4byte"}}
{{$svcPort := "3333" }}
apiVersion: v1
kind: Service
metadata:
......@@ -9,8 +10,8 @@ metadata:
spec:
type: ClusterIP
ports:
- port: 3333
targetPort: 3333
- port: {{$svcPort}}
targetPort: {{$svcPort}}
protocol: TCP
name: {{$component}}
selector:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment