PHP Classes

File: iac/projects/postgresql/resources/service.yaml

Recommend this page to a friend!
  Classes of Angel Campos   Atlas catalog   iac/projects/postgresql/resources/service.yaml   Download  
File: iac/projects/postgresql/resources/service.yaml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Atlas catalog
API to provide details of APIs of an organization
Author: By
Last change:
Date: 1 month ago
Size: 216 bytes
 

Contents

Class file image Download
apiVersion: v1 kind: Service metadata: name: postgres-service labels: app: postgres spec: type: ClusterIP ports: - port: 5432 targetPort: 5432 name: postgres selector: app: postgres