mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
test durpapi
This commit is contained in:
parent
4167f20f46
commit
02023a0ee1
6 changed files with 107 additions and 0 deletions
12
durpapi/templates/service.yaml
Normal file
12
durpapi/templates/service.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: durpapi
|
||||
spec:
|
||||
ports:
|
||||
- name: http
|
||||
port: 8080
|
||||
targetPort: 8080
|
||||
protocol: TCP
|
||||
selector:
|
||||
app: durpapi
|
||||
Loading…
Add table
Add a link
Reference in a new issue