mirror of https://github.com/helm/helm
13 lines
384 B
13 lines
384 B
resources:
|
|
- name: frontend
|
|
type: github.com/kubernetes/application-dm-templates/common/replicatedservice:v1
|
|
properties:
|
|
service_port: 80
|
|
container_port: 80
|
|
external_service: true
|
|
replicas: 3
|
|
image: gcr.io/google_containers/example-guestbook-php-redis:v3
|
|
- name: redis
|
|
type: github.com/kubernetes/application-dm-templates/storage/redis:v1
|
|
properties: null
|