mirror of
https://github.com/bitnami/containers.git
synced 2026-02-16 18:47:17 +08:00
11 lines
183 B
YAML
11 lines
183 B
YAML
# Copyright VMware, Inc.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
version: '2'
|
|
|
|
services:
|
|
metrics-server:
|
|
image: docker.io/bitnami/metrics-server:0
|
|
ports:
|
|
- '8443:8443'
|