04 2022 档案
摘要:apiVersion: v1 kind: Service metadata: name: es-svc spec: type: ClusterIP ports: - port: 9200 apiVersion: v1 kind: Endpoints metadata: name: es-svc su
阅读全文
摘要:version: '3' services: postgres: image: postgres restart: always privileged: true container_name: sonarqube_postgres ports: - 5432:5432 volumes: - /da
阅读全文