| # Copyright 2022 The Go Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style | |
| # license that can be found in the LICENSE file. | |
| apiVersion: v1 | |
| kind: Service | |
| metadata: | |
| name: gitmirror | |
| namespace: prod | |
| spec: | |
| ports: | |
| - port: 8585 | |
| targetPort: 8585 | |
| selector: | |
| app: gitmirror-serving |