diff options
| author | clyhtsuriva <aimeric@adjutor.xyz> | 2026-04-29 20:48:27 +0200 |
|---|---|---|
| committer | clyhtsuriva <aimeric@adjutor.xyz> | 2026-04-29 20:48:27 +0200 |
| commit | 1b5b620cde8064892522849d5e9380046e40cca8 (patch) | |
| tree | a3ed0c27246f0edff408b222c1103b5c4d06a8f8 /apps/hello-world/service.yaml | |
| parent | c972bb0285d52916403e880a8790c01d9e582a39 (diff) | |
Diffstat (limited to 'apps/hello-world/service.yaml')
| -rw-r--r-- | apps/hello-world/service.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/hello-world/service.yaml b/apps/hello-world/service.yaml new file mode 100644 index 0000000..c93f494 --- /dev/null +++ b/apps/hello-world/service.yaml @@ -0,0 +1,14 @@ +--- +apiVersion: v1 +kind: Service +metadata: + name: hello-world + namespace: hello-world +spec: + selector: + app: hello-world + ports: + - port: 80 + targetPort: 80 + type: ClusterIP +... |
