Initial render: k3s-dev environment
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/instance: queryit-0
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: queryit
|
||||
app.kubernetes.io/part-of: AbInitio
|
||||
app.kubernetes.io/version: 4.4.1
|
||||
helm.sh/chart: queryit-2.4.3-a
|
||||
name: queryit-0
|
||||
namespace: abinitio
|
||||
spec:
|
||||
ports:
|
||||
- name: bridge
|
||||
port: 7070
|
||||
protocol: TCP
|
||||
targetPort: 7070
|
||||
- name: odbc
|
||||
port: 11065
|
||||
protocol: TCP
|
||||
targetPort: 11065
|
||||
- name: db
|
||||
port: 11105
|
||||
protocol: TCP
|
||||
targetPort: 11105
|
||||
publishNotReadyAddresses: true
|
||||
selector:
|
||||
app.kubernetes.io/instance: queryit-0
|
||||
app.kubernetes.io/name: queryit
|
||||
type: ClusterIP
|
||||
Reference in New Issue
Block a user