mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 16:51:31 -05:00
initial commit
This commit is contained in:
commit
d91a4238cc
86 changed files with 4143 additions and 0 deletions
20
whoogle/templates/service.yaml
Normal file
20
whoogle/templates/service.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: whoogle
|
||||
labels:
|
||||
helm.sh/chart: whoogle-0.1.0
|
||||
app.kubernetes.io/name: whoogle
|
||||
app.kubernetes.io/instance: whoogle
|
||||
app.kubernetes.io/version: "0.7.2"
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
spec:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- port: 5000
|
||||
targetPort: http
|
||||
protocol: TCP
|
||||
name: http
|
||||
selector:
|
||||
app.kubernetes.io/name: whoogle
|
||||
app.kubernetes.io/instance: whoogle
|
||||
Loading…
Add table
Add a link
Reference in a new issue