main
ycz008 2023-11-10 11:31:23 +08:00
parent 859fcab6c5
commit e6ef094732
1 changed files with 1 additions and 2 deletions

View File

@ -92,12 +92,11 @@ kind: Service
metadata: metadata:
name: akhq name: akhq
spec: spec:
type: NodePort type: ClusterIP
ports: ports:
- name: http - name: http
protocol: TCP protocol: TCP
port: 8080 port: 8080
targetPort: http targetPort: http
nodePort: 30022
selector: selector:
app: akhq app: akhq