PHP Classes

File: iac/projects/redis-insights/resources/service.yaml

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

Contents

Class file image Download
apiVersion: v1 kind: Service metadata: name: redis-insights labels: app: redis-insight spec: type: LoadBalancer ports: - name: http port: 5540 protocol: TCP targetPort: 5540 selector: app: redis-insight