28 lines
629 B
YAML
28 lines
629 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
annotations:
|
|
metallb.io/ip-allocated-from-pool: arm
|
|
labels:
|
|
app.kubernetes.io/instance: release-name
|
|
app.kubernetes.io/managed-by: Helm
|
|
app.kubernetes.io/name: appsmith
|
|
appsmith.sh/chart: appsmith-3.6.4
|
|
name: appsmith-appsmith
|
|
namespace: appsmith
|
|
spec:
|
|
clusterIP: 10.97.168.186
|
|
clusterIPs:
|
|
- 10.97.168.186
|
|
ipFamilies:
|
|
- IPv4
|
|
ipFamilyPolicy: SingleStack
|
|
ports:
|
|
- name: appsmith
|
|
nodePort: 31541
|
|
port: 80
|
|
targetPort: http
|
|
selector:
|
|
app.kubernetes.io/instance: release-name
|
|
app.kubernetes.io/name: appsmith
|
|
type: LoadBalancer
|