PHP Classes

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

Recommend this page to a friend!
  Classes of Angel Campos   Atlas catalog   iac/projects/app/resources/service.yaml   Download  
File: iac/projects/app/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: 279 bytes
 

Contents

Class file image Download
apiVersion: v1 kind: Service metadata: name: atlas-catalog-backend-service labels: app: atlas-catalog-backend spec: type: ClusterIP selector: app: atlas-catalog-backend ports: - name: http-alt port: 8080 protocol: TCP targetPort: http-alt