chore: Update manifests after change
This commit is contained in:
26
clusters/cl01tl/manifests/dawarich/Service-dawarich.yaml
Normal file
26
clusters/cl01tl/manifests/dawarich/Service-dawarich.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: dawarich
|
||||
labels:
|
||||
app.kubernetes.io/instance: dawarich
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: dawarich
|
||||
app.kubernetes.io/service: dawarich
|
||||
helm.sh/chart: dawarich-4.6.2
|
||||
namespace: dawarich
|
||||
spec:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: 3000
|
||||
protocol: TCP
|
||||
name: http
|
||||
- port: 9394
|
||||
targetPort: 9394
|
||||
protocol: TCP
|
||||
name: metrics
|
||||
selector:
|
||||
app.kubernetes.io/controller: main
|
||||
app.kubernetes.io/instance: dawarich
|
||||
app.kubernetes.io/name: dawarich
|
||||
Reference in New Issue
Block a user