Skip to content

Commit

Permalink
apps: base: tor-bridges: Add service.
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust committed Nov 29, 2024
1 parent af34df2 commit 01ab58c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/base/tor-bridges/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ namespace: tor-bridges
resources:
- namespace.yaml
- deployment.yaml
- service.yaml
17 changes: 17 additions & 0 deletions apps/base/tor-bridges/service.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
name: tor-bridges
labels:
app.kubernetes.io/name: tor-bridges
app.kubernetes.io/part-of: tor
spec:
ports:
- port: 80
protocol: TCP
targetPort: 8080
name: http
selector:
app.kubernetes.io/name: tor-bridges
app.kubernetes.io/part-of: tor
type: ClusterIP

0 comments on commit 01ab58c

Please sign in to comment.