Skip to content

Commit

Permalink
Create indy. headless service (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
EarthlingDavey authored Dec 4, 2024
1 parent d655493 commit 7632c49
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions deploy/development/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ metadata:
name: intranet-archive-service
labels:
app: intranet-archive
spec:
ports:
- port: 80
name: http
targetPort: 8080
selector:
app: intranet-archive
---
apiVersion: v1
kind: Service
metadata:
name: intranet-archive-headless-service
labels:
app: intranet-archive
spec:
ports:
- port: 80
Expand Down
2 changes: 1 addition & 1 deletion deploy/development/stateful-set.tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
selector:
matchLabels:
app: intranet-archive
serviceName: intranet-archive-service
serviceName: intranet-archive-headless-service
template:
metadata:
labels:
Expand Down

0 comments on commit 7632c49

Please sign in to comment.