Added firefly-iii
This commit is contained in:
@@ -70,3 +70,11 @@ patches:
|
|||||||
- op: add
|
- op: add
|
||||||
path: /metadata/labels/firefly.hexor.cy~1private-ai
|
path: /metadata/labels/firefly.hexor.cy~1private-ai
|
||||||
value: "true"
|
value: "true"
|
||||||
|
# The shared Traefik has the same controller identifier and can discover
|
||||||
|
# IngressClass objects. The explicit annotation partitions this Ingress
|
||||||
|
# so only the instance configured with ingressclass=traefik-ai accepts it.
|
||||||
|
- op: add
|
||||||
|
path: /metadata/annotations/kubernetes.io~1ingress.class
|
||||||
|
value: traefik-ai
|
||||||
|
- op: remove
|
||||||
|
path: /spec/ingressClassName
|
||||||
|
|||||||
@@ -138,6 +138,7 @@ spec:
|
|||||||
- name: web
|
- name: web
|
||||||
containerPort: 8000
|
containerPort: 8000
|
||||||
hostPort: 80
|
hostPort: 80
|
||||||
|
hostIP: 192.168.1.117
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
tcpSocket:
|
tcpSocket:
|
||||||
|
|||||||
Reference in New Issue
Block a user