Commit deb37ecc authored by Muhammad Umair Khan's avatar Muhammad Umair Khan
Browse files

fix(tilt): run meep-tilt in host network namespace to support meepctl config IP validation

parent f9a8fe4a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -5,6 +5,8 @@ metadata:
  labels:
    app: {{ .Release.Name }}
spec:
  strategy:
    type: Recreate
  replicas: {{ .Values.replicaCount }}
  selector:
    matchLabels:
@@ -14,6 +16,10 @@ spec:
      labels:
        app: {{ .Release.Name }}
    spec:
      {{- if .Values.hostNetwork }}
      hostNetwork: true
      dnsPolicy: ClusterFirstWithHostNet
      {{- end }}
      containers:
        - name: tilt
          image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
+2 −0
Original line number Diff line number Diff line
@@ -22,3 +22,5 @@ ingress:
gitdir: <GITDIR>
workdir: <WORKDIR>
homedir: <HOMEDIR>
hostNetwork: true