mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-10 01:01:27 -05:00
Update 6 files
- /krakend/Chart.yaml - /krakend/templates/service.yaml - /krakend/templates/ingress.yaml - /krakend/templates/secrets.yaml - /krakend/templates/deployments.yaml - /argocd/templates/krakend.yaml
This commit is contained in:
parent
63ab8f4d23
commit
a8afe0b877
6 changed files with 140 additions and 0 deletions
12
krakend/templates/service.yaml
Normal file
12
krakend/templates/service.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: krakend-service
|
||||
spec:
|
||||
ports:
|
||||
- name: http
|
||||
port: 8080
|
||||
targetPort: 8080
|
||||
protocol: TCP
|
||||
selector:
|
||||
app: krakend
|
||||
Loading…
Add table
Add a link
Reference in a new issue