PHP Classes

File: iac/projects/redis/resources/service.headless.yaml

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

Contents

Class file image Download
apiVersion: v1 kind: Service metadata: name: redis-headless labels: app: redis spec: clusterIP: None ports: - name: redis port: 6379 protocol: TCP targetPort: 6379 selector: app: redis